var encoding/asn1.rawContentsType

4 uses

	encoding/asn1 (current package)
		asn1.go#L662: 	rawContentsType      = reflect.TypeOf(RawContent(nil))
		asn1.go#L924: 			structType.Field(0).Type == rawContentsType {
		asn1.go#L932: 			if i == 0 && field.Type == rawContentsType {
		marshal.go#L505: 		if t.Field(0).Type == rawContentsType {